DATE_TIME (dhcpsapi)
Last changed: negri (em) pra.com.br-201.6.102.92

.
Summary
TODO - a short description

C# Signature:

[StructLayout(LayoutKind.Sequential)]
public struct DATE_TIME
{
  public UInt32 dwLowDateTime;
  public UInt32 dwHighDateTime;
}

VB Signature:

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation
DATE_TIME on MSDN